.headBox {
  background-color: #2560D3;
  padding: 50px 0;
}
.headBox .title {
  font-size: 44px;
  color: #ffffff;
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: bold;
}
.search-tab {
  font-size: 15px;
  margin-top: 40px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #fff;
  column-gap: 10px;
}
.search-tab .search-tab_item {
  width: 88px;
  height: 37px;
  cursor: pointer;
  line-height: 32px;
  text-align: center;
}
.search-tab .search-tab_item:hover {
  color: #2F67D2;
  font-size: 15px;
  font-family: MicrosoftYaHei, MicrosoftYaHei;
  font-weight: bold;
  background-size: 100% 100%;
  background-image: url("https://gxst-website.oss-cn-guangzhou.aliyuncs.com/website/imgs/home_choice.png");
}
.search-tab .is_tab_item {
  color: #2F67D2;
  font-size: 15px;
  font-family: MicrosoftYaHei, MicrosoftYaHei;
  font-weight: bold;
  background-size: 100% 100%;
  background-image: url("https://gxst-website.oss-cn-guangzhou.aliyuncs.com/website/imgs/home_choice.png");
}
.searchBox {
  width: 820px;
  height: 50px;
  margin: 10px 15px;
  position: relative;
}
.searchBox .popUpBox {
  width: 100%;
  left: 0;
  top: 50px;
  z-index: 60;
  position: absolute;
  border-radius: 0 0 6px 6px;
  box-sizing: border-box;
  box-shadow: 0px 2px 12px 0px rgba(164, 169, 189, 0.18);
  background-color: #fff;
}
.searchBox .popUpBox .clear-local {
  padding: 15px 20px;
  background-color: #f7f7f7;
}
.searchBox .popUpBox .clear-local .clearBtn {
  cursor: pointer;
}
.searchBox .popUpBox .historyBox {
  padding: 20px;
  row-gap: 15px;
  column-gap: 15px;
}
.searchBox .popUpBox .historyBox a {
  padding: 6px 10px;
  font-size: 12px;
  display: inline-block;
  background: rgba(216, 216, 216, 0.2);
}
.searchBox .popUpBox .historyBox a:hover {
  color: #036DDB;
  background: #F5F9FF;
}
.searchBox input {
  border: none;
  box-shadow: 0px 1px 20px 0px rgba(187, 187, 187, 0.29);
  padding-left: 22px;
  border-radius: 2px;
  font-size: 16px;
  flex: 1;
  width: 100%;
  height: 100%;
}
.searchBox i {
  font-size: 18px;
}
.searchBox .layui-btn {
  height: 100%;
  width: 130px;
  position: absolute;
  font-size: 18px;
  right: 0;
  top: 0;
  background: #FF732E;
}
.search-hot {
  margin-top: 15px;
  width: 820px;
  color: #B7D0EB;
  text-align: center;
  overflow: hidden;
  height: 26px;
  line-height: 26px;
  font-size: 14px;
}
.search-hot span {
  float: left;
}
.search-hot img {
  width: 61px;
  height: 26px;
  float: left;
}
.search-hot .hot-line {
  width: 2px;
  height: 11px;
  margin: 5px 10px 0;
  float: left;
  background: #B7D0EB;
  border-radius: 1px;
}
.search-hot li {
  float: left;
}
.search-hot li:nth-child(n+4) {
  margin-left: 22px;
}
.search-hot li .hot-title {
  font-family: ChicagoHeiBold;
}
.search-hot li a {
  font-weight: 400;
  color: #B7D0EB;
  font-family: SourceHanSansCN, SourceHanSansCN;
}
.lint-tit {
  font-size: 15px;
  border-bottom: 1px solid #EEEEEE;
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: bold;
  color: #333333;
  padding: 15px 0 15px 10px;
  position: relative;
}
.lint-tit:after {
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  height: 10px;
  margin: auto;
  content: '';
  position: absolute;
  background: #3A85F9;
}
/*=====================主体部分======================*/
.h-main {
  border-top: 1px solid #F7F7F7;
  padding-bottom: 60px;
  background: #F7F7F7;
}
.h-main .menuBox {
  height: 198px;
  padding: 0 15px 15px;
  margin-top: -35px;
  background: #FFFFFF;
  border-radius: 4px;
}
.h-main .menuBox .menu-head {
  padding: 15px 0;
  font-weight: bold;
  font-size: 15px;
  border-bottom: 1px solid #EEEEEE;
}
.main-card {
  padding: 25px;
  row-gap: 25px;
  font-family: SourceHanSansCN, SourceHanSansCN;
}
.main-card .main-card-item {
  width: 20%;
}
.main-card .main-card-item a {
  font-size: 15px;
  font-weight: 600;
  color: #1F1F1F;
  cursor: pointer;
  position: relative;
}
.main-card .main-card-item a:hover {
  color: #3E81F5;
}
.main-card .main-card-item p {
  font-size: 12px;
  font-weight: 400;
  color: #999999;
  margin-top: 6px;
}
.main-card .main-card-item img {
  width: 34px;
  height: 34px;
  margin-right: 12px;
}
.main-carousel {
  cursor: pointer;
  margin-top: 20px;
}
.main-carousel img {
  width: 100%;
  height: 100%;
}
.lintBox {
  background: #FFFFFF;
  border-radius: 4px;
  margin-top: 20px;
}
.lintBox .lint-tabBox {
  margin: 0 20px;
  border-bottom: 1px solid #EEEEEE;
}
.lintBox .lint-tabBox .lint-tab {
  column-gap: 40px;
  font-size: 15px;
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 400;
  color: #333333;
}
.lintBox .lint-tabBox .lint-tab li {
  cursor: pointer;
  padding: 15px 0;
}
.lintBox .lint-tabBox .lint-tab .lint-this {
  font-weight: bold;
  position: relative;
}
.lintBox .lint-tabBox .lint-tab .lint-this:after {
  position: absolute;
  border-radius: 2px;
  content: '';
  bottom: 0;
  left: 0;
  right: 0;
  width: 44px;
  height: 3px;
  margin: auto;
  background: #0084FF;
}
.lintBox .lint-tabBox .list-serach {
  font-size: 14px;
}
.lintBox .lint-tabBox .list-serach .icon-dizhi {
  margin-right: 2px;
}
.lintBox .lint-tabBox .list-serach .layui-btn {
  height: auto;
  border-radius: 3px;
  font-size: 13px;
  margin-left: 15px;
  padding: 8px 12px;
  line-height: 100%;
}
.lintBox .lint-tabBox .list-serach .layui-btn:hover {
  color: #006DEB;
  border-color: #006DEB;
}
.lintBox .lint-tabBox .list-serach .layui-btn i {
  font-size: 12px;
  font-weight: bold;
}
.bid-list-border {
  padding: 20px 0;
  border-bottom: 1px solid #EEEEEE;
}
.bid-list-item {
  padding: 0 20px;
}
.bid-list-item:hover {
  background: #F2F7FF;
}
.bid-list-item:hover .bid-info-news {
  background: #fff;
}
.bid-list-item .bid-list-item-title {
  font-size: 18px;
  color: #121212;
}
.bid-list-item .bid-list-item-title:hover {
  color: #1760D4;
}
.bid-list-item .bid-list-item-ul {
  margin-top: 15px;
}
.bid-list-item li {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
  margin-right: 30px;
}
.bid-list-item li a {
  font-weight: 400;
  color: #006DEB;
}
.bid-list-item li .bid-list-del {
  color: #8C8D8E;
}
.bid-list-item li .bid-list-mode {
  font-size: 12px;
  border-radius: 2px;
  padding: 2px 8px 2px 6px;
  color: #666666;
  margin-left: 6px;
  background: #F9F9F9;
  border: 1px solid #EEEEEE;
}
.bid-list-item li .bid-product {
  background: #F6F6F6;
  border-radius: 2px;
  padding: 2px 6px;
  margin-right: 6px;
  color: #666666;
}
.bid-list-item li .bid-product:hover {
  background: #E6E6E6;
}
.bid-list-item li .bid-product i {
  color: #666666;
  font-size: 12px;
}
.bid-mode {
  padding: 15px 0;
  font-weight: 400;
}
.bid-mode .main-mode-link {
  font-size: 15px;
  cursor: pointer;
  font-family: SourceHanSansCN, SourceHanSansCN;
  color: #006DEB;
}
.bid-mode i {
  font-size: 12px;
  margin-top: 2px;
}
/*----------------------项目预测/招标文库--------------------*/
.main-yc-item {
  background: #F7F9FC;
  border-radius: 6px;
  padding: 15px;
  border: 1px solid #F7F9FC;
  width: calc(100% - 30px);
  display: inline-block;
}
.main-yc-item a {
  font-size: 16px;
  font-weight: 600;
  color: #333333;
}
.main-yc-item:hover {
  border-color: #1760D4;
  background: #EEF6FF;
}
.main-yc-item:hover a {
  color: #1760D4;
}
.main-yc-item .main-yc-item-icon {
  width: 30px;
  margin-right: 8px;
  float: left;
}
/*---------------------招标导航--------------------*/
.main-nav-item {
  background: #FBFBFD;
  padding: 15px;
  width: calc(100% - 30px);
  display: inline-block;
}
.main-nav-item .main-nav-title-icon {
  width: 4px;
  height: 8px;
  background: #1760D4;
}
.main-nav-item .main-nav-title {
  font-size: 15px;
  margin: 0 8px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #333333;
}
.main-nav-item .iconfont {
  font-size: 14px;
}
.main-nav-item .main-nav-col {
  margin-top: 12px;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #444444;
}
.main-nav-item .main-nav-col .nav-col-tit {
  color: #006DE6;
  font-size: 15px;
  font-weight: 600;
  position: relative;
}
.main-nav-item .main-nav-col .nav-col-tit:after {
  content: '';
  position: absolute;
  right: -8px;
  top: 0;
  bottom: 0;
  width: 0;
  height: 0;
  margin: auto;
  border-radius: 2px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #006DE6;
}
.main-nav-item .main-nav-col a {
  font-weight: 400;
  color: #121212;
  margin-left: 12px;
}
.main-nav-item .main-nav-col a:hover {
  color: #3E81F5;
}
/*---------------------招标资讯--------------------*/
.main-bid-news-time {
  width: 70px;
  height: 70px;
  background: #F5F7FB;
  border-radius: 10px;
  margin-right: 20px;
}
.main-bid-news-time .news-time1 {
  font-size: 28px;
  font-weight: 400;
  color: #7C8293;
}
.main-bid-news-time .news-time2 {
  font-size: 12px;
  color: #7C8293;
}
.main-bid-news-info {
  width: 85%;
  height: 90px;
}
.main-bid-news-info .main-bid-news-tit {
  font-size: 17px;
  font-weight: 600;
  color: #333333;
}
.main-bid-news-info .main-bid-news-tit:hover {
  color: #1760D4;
}
.main-bid-news-info p {
  color: #848891;
}
.main-bid-news-info p .ent-name {
  padding: 4px 6px 4px 10px;
  background: #EDF3FF;
  border-radius: 2px;
  color: #1660D4;
  font-size: 12px;
}
.main-bid-news-info p .ent-name span {
  max-width: 200px;
}
.main-bid-news-info p .ent-name i {
  font-size: 12px;
}
/*---------------------首页用户logo列表--------------------*/
.user-tit {
  font-weight: 600;
  font-size: 18px;
  color: #3E4461;
  padding: 25px 0;
  text-align: center;
}
/*# sourceMappingURL=home.css.map */